type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryFloat8ToTextScanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		float8.go#L226: 			return scanPlanBinaryFloat8ToTextScanner{}
		float8.go#L300: type scanPlanBinaryFloat8ToTextScanner struct{}
		float8.go#L302: func (scanPlanBinaryFloat8ToTextScanner) Scan(src []byte, dst any) error {